projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e050ef7
)
(i386-*-sunos4): Assume Sunos 4.0.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Aug 1993 05:32:25 +0000
(
05:32
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Aug 1993 05:32:25 +0000
(
05:32
+0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 4b7c640c606606ec3898a65b6264d86491980d1d..ce47cd058e2ef8d168dfc869289fd41f57140a16 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-805,6
+805,8
@@
case "${canonical}" in
* ) unported=true ;;
esac
case "${canonical}" in
+ ## The Sun386 didn't get past 4.0.
+ i386-*-sunos4 ) opsys=sunos4-0 ;;
*-sunos4.0* ) opsys=sunos4-0 ;;
*-sunos4.1.3* ) opsys=sunos4-1-3 ;;
*-sunos4* | *-sunos ) opsys=sunos4-1 ;;